[wip] Add documentation for Fleet integration#484
Draft
Conversation
|
|
e48bab7 to
4aa586f
Compare
J-Hunter-Hawke
previously approved these changes
Jan 30, 2026
hslatman
reviewed
Feb 2, 2026
Comment on lines
45
to
53
| 2. Under Available Providers, find **Jamf** and click **Connect** | ||
|
|
||
| <Alert severity="info"> | ||
| <div> | ||
| Fleet uses the same SCEP integration as Jamf. Select Jamf as the provider type in Smallstep. | ||
| </div> | ||
| </Alert> | ||
|
|
||
| 3. Enter your Jamf Pro Server URL (you can use a placeholder value like `https://fleet.example.com` since Fleet doesn't require this connection) |
Comment on lines
55
to
56
| - **SCEP URL** (e.g., `https://wifi.example.ca.smallstep.com/scep/integration-jamf-abc123`) | ||
| - **SCEP Challenge URL** (e.g., `https://wifi.example.ca.smallstep.com/jamf/abc123-def456/challenge`) |
Member
There was a problem hiding this comment.
Assuming the agent gets deployed, this would be agents.
Comment on lines
35
to
36
| - macOS, iOS, iPadOS (via .mobileconfig profiles) | ||
| - Windows (via .xml profiles) |
Comment on lines
60
to
67
| ### 2. Add the Smallstep Certificate Authority in Fleet | ||
|
|
||
| Now we'll add the Smallstep SCEP credentials to Fleet. | ||
|
|
||
| 1. In Fleet, go to **Settings** (click your profile icon in the top right) | ||
| 2. Navigate to **Integrations → Certificate authorities** | ||
| 3. Click **Add CA** | ||
| 4. From the dropdown, select **Smallstep** |
Member
There was a problem hiding this comment.
It's likely possible to configure this using GitOps, so would be good to try and provide instructions for too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes:
Related links/other PRs/issues:
Thank you!